home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr40 / x1j4pk96.zip / X1JCONV.DOC < prev    next >
Text File  |  1994-07-12  |  3KB  |  60 lines

  1. X1JCONV Version 1.1                (I never release a 1.0 of anything)
  2. Converts a record'ed file to a file suitable for re-load to X1J.
  3.  
  4. First of all, I want to THANK Dave Roberts for writing X1J.
  5.  
  6. This program is for Amateur Radio only. It may be freely copied for
  7. such use provided its source is acknowledged. It may not be used
  8. for commerical applications.
  9.  
  10. This was written because keeping my loadfile(s) and my X1J(s) in sync
  11. was a P.I.A. and drove me crazy. We have 8 X1J's I and N8NTJ take care
  12. of. This may not many compared to what you may have but it's enough
  13. as we look to be adding more of them.
  14.  
  15. Format: x1jconv infile outfile [debug]
  16. If debug then I will display the input/output rcds to screen.
  17.  
  18. Recorded output may include 'iproute','arp','ipaddress','routes'
  19.                             'mode', and 'parm'
  20.  
  21. To build in the record you should
  22. 1) connect to the X1J
  23. 2) flip back to main (F10) and enter: record xxxx   (xxxx = filename
  24. 3) flip back to X1J
  25. 4) enter what you want me to convert:   iproute
  26.                                         arp
  27.                                         ipaddress
  28.                                         r(outes)
  29.                                         mode
  30.                                         parm
  31. 5) flip back to main (F10) and enter: record off
  32. 6) bail out of NOS
  33. 7) enter: x1jconv xxxx xxxx.out   (or whatever files names you like)
  34. 8) look at xxxx.out to see if it's what you wanted.
  35.  
  36. Some tcp/ip programs will not echo the input stream from you console
  37. so the commands you enter will not appear in the record file. This
  38. will cause problems for 'mode' and 'parm' since they have no special
  39. identifier as to which is which. If you running one of those tcp/ip's
  40. that does this you'll have to add the 'mode' & 'parm' lines in
  41. editor (I know this stinks and I'm working on a better way of doing
  42. it, plus it still beats retyping the entire 'parm, & 'mode' in
  43. by hand).
  44.  
  45. If the parser doesn't give the output you think it should have then
  46. beware of how I determine what record belongs to what.
  47. ARP - I look for a 'AX.25' or 'Net/Rom' in column 21 in the rcd.
  48. IPADDRESS - I look for the 'My IP address' string in the rcd.
  49. IPROUTES - I look for 'Port' or 'Net/Rom' in column 23 in the rcd.
  50. ROUTES - I look for '!' (locked route) in the rcd.
  51. MODE - I look for the string 'mode' and grab the next rcd as input.
  52. PARMS - I look for the string 'parm' and grab the next 2 rcds.
  53.  
  54. I suppose comments and suggestions can be sent to me.
  55.  
  56.   73's Ken n8ptt.ampr.org [44.70.179.1]
  57.                  Packet: n8ptt@w8ft.#nwoh.oh.usa.noam
  58.                  Internet: n8ptt@cris.com
  59.                  U.S.Snail: 538 Sheffield Drive, Findlay, Oh 45840
  60.